home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / NextAnswers / 1268_IndexingKit_README < prev    next >
Text File  |  1993-07-22  |  1KB  |  17 lines

  1. This ReadMe file describes the MiniExamples available in the IndexingKit directory.  Each MiniExample is stored as a separate ".compressed" file.  The MiniExamples are only available via anonymous ftp or email (and only if you can receive NeXTmail).
  2.  
  3. Since ".compressed" is a binary format, remember to switch to binary mode (type "bin" at the command line) when fetching via ftp.
  4.  
  5. This file was last updated:  7/22/93
  6.  
  7. INDEXINGKIT MINIEXAMPLES
  8.  
  9. LanguageReader/ReaderDomain example  (3.1 only)
  10. This simple program shows how to generate a .domain file programmatically.  You should also read the SimpleReader MiniExample (in LanguageReader, below) which shows how to build a customized reader by subclassing IXLanguageReader.
  11.  
  12. LanguageReader/SimpleReader example  (3.1 only)
  13. This example shows how to build a customized language reader.  The reader is organized as a bundle, so that it can be dynamically loaded by the Indexing Kit, if you are using NEXTSTEP applications such as Digital Librarian.  
  14.  
  15. RecordManager example  (3.1 only)
  16. This example demonstrates usage of the Indexing Kit at the IXRecordManager level.  At start-up, a new database .data will be created in your home directory.  You can then enter records into that database which is managed by IXRecordManager and performs searches based on the record attributes.
  17.